object Dlg_Aktualizacja: TDlg_Aktualizacja Left = 339 Top = 269 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Internetowa Aktualizacja' ClientHeight = 269 ClientWidth = 407 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnMouseMove = FormMouseMove OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 88 Top = 248 Width = 32 Height = 13 Caption = 'Label1' Visible = False end object Progress: TCGauge Left = 0 Top = 160 Width = 407 Height = 18 Color = clBlue ForeColor = clBlue ParentColor = False Visible = False end object K1: TCheckBox Left = 168 Top = 248 Width = 41 Height = 17 Caption = 'K1' TabOrder = 0 Visible = False end object btnPobierz: TPanel Left = 23 Top = 194 Width = 129 Height = 33 BevelOuter = bvNone Caption = 'pobierz aktualizacj�' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = PobierzClick OnMouseDown = btnMouseDown OnMouseMove = btnMouseMove OnMouseUp = btnMouseUp end object btnPrzerwij: TPanel Left = 247 Top = 194 Width = 137 Height = 33 BevelOuter = bvNone Caption = 'przerwij pobieranie' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = PrzerwijClick OnMouseDown = btnMouseDown OnMouseMove = btnMouseMove OnMouseUp = btnMouseUp end object LogWin: TMemo Left = 0 Top = 0 Width = 407 Height = 160 Align = alTop Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 3 end object wersja: TNMHTTP Port = 0 ReportLevel = 0 OnConnect = wersjaConnect OnStatus = wersjaStatus OnConnectionFailed = wersjaConnectionFailed Body = 'Default.htm' Header = 'Head.txt' InputFileMode = False OutputFileMode = False OnSuccess = wersjaSuccess OnFailure = wersjaFailure OnRedirect = wersjaRedirect ProxyPort = 0 Left = 368 Top = 72 end object www: TNMHTTP Port = 80 ReportLevel = 0 OnDisconnect = wwwDisconnect OnStatus = wwwStatus OnPacketRecvd = wwwPacketRecvd Body = 'upg.zip' Header = 'Head.txt' InputFileMode = True OutputFileMode = False OnSuccess = wwwSuccess OnFailure = wwwFailure ProxyPort = 0 Left = 368 Top = 104 end end